home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / AdvancedPane$9.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.0 KB  |  21 lines

  1. package com.extensibility.xa;
  2.  
  3. import javax.swing.event.ListSelectionEvent;
  4. import javax.swing.event.ListSelectionListener;
  5.  
  6. class AdvancedPane$9 implements ListSelectionListener {
  7.    // $FF: synthetic field
  8.    final AdvancedPane this$0;
  9.  
  10.    public void valueChanged(ListSelectionEvent var1) {
  11.       if (!var1.getValueIsAdjusting()) {
  12.          this.this$0.tableLastSelected = this.this$0.dtTable;
  13.          this.this$0.declarationFocused(this.this$0.dtTable.getSelectedDataType());
  14.       }
  15.    }
  16.  
  17.    AdvancedPane$9(AdvancedPane var1) {
  18.       this.this$0 = var1;
  19.    }
  20. }
  21.